ostree.git
14 years agoAdd log builtin
Colin Walters [Sat, 15 Oct 2011 19:43:43 +0000 (15:43 -0400)]
Add log builtin

The "less" spawning is buggy for some reason =(

14 years agoSave root directory permissions in commit
Colin Walters [Sat, 15 Oct 2011 18:20:22 +0000 (14:20 -0400)]
Save root directory permissions in commit

14 years agoSupport for committing files from stdin or a file list file
Colin Walters [Sat, 15 Oct 2011 17:07:26 +0000 (13:07 -0400)]
Support for committing files from stdin or a file list file

14 years agoEnsure we don't get duplicate '.' which leads to corruption
Colin Walters [Sat, 15 Oct 2011 17:04:50 +0000 (13:04 -0400)]
Ensure we don't get duplicate '.' which leads to corruption

In path_split(), we squash '.' entirely, since it's redundant and if
we don't, we return an extra component which callers would then have
to handle.

In repo, ensure we're never explicitly parsing '.' either (yet).

14 years agoMake file deletion work, add test
Colin Walters [Sat, 15 Oct 2011 13:56:31 +0000 (09:56 -0400)]
Make file deletion work, add test

14 years agoActually checksum xattr values, not just names
Colin Walters [Sat, 15 Oct 2011 07:03:51 +0000 (03:03 -0400)]
Actually checksum xattr values, not just names

We need to call lgetxattr() and not just llistxattr().

14 years agorepo: Fix nested tree code
Colin Walters [Sat, 15 Oct 2011 07:02:51 +0000 (03:02 -0400)]
repo: Fix nested tree code

14 years agorepo: Fix format string bug
Colin Walters [Sat, 15 Oct 2011 06:39:47 +0000 (02:39 -0400)]
repo: Fix format string bug

14 years agoImporting and checking out nested trees works!
Colin Walters [Sat, 15 Oct 2011 05:22:42 +0000 (01:22 -0400)]
Importing and checking out nested trees works!

14 years agorepo: Allow empty commit bodies
Colin Walters [Sat, 15 Oct 2011 04:57:13 +0000 (00:57 -0400)]
repo: Allow empty commit bodies

14 years agocheckout: New command
Colin Walters [Sat, 15 Oct 2011 04:45:07 +0000 (00:45 -0400)]
checkout: New command

14 years agorepo: Use 'self' in headers too
Colin Walters [Sat, 15 Oct 2011 03:24:51 +0000 (23:24 -0400)]
repo: Use 'self' in headers too

14 years agoWe can commit multiple times now
Colin Walters [Sat, 15 Oct 2011 03:17:50 +0000 (23:17 -0400)]
We can commit multiple times now

14 years agorepo: Add some GError guards
Colin Walters [Sat, 15 Oct 2011 03:13:23 +0000 (23:13 -0400)]
repo: Add some GError guards

14 years agorepo: Update HEAD after a commit
Colin Walters [Sat, 15 Oct 2011 02:56:40 +0000 (22:56 -0400)]
repo: Update HEAD after a commit

14 years agoshow: New builtin
Colin Walters [Sat, 15 Oct 2011 02:49:44 +0000 (22:49 -0400)]
show: New builtin

14 years agorepo: Fix some bugs loading variants
Colin Walters [Sat, 15 Oct 2011 02:49:28 +0000 (22:49 -0400)]
repo: Fix some bugs loading variants

14 years agoStore objects with an extension so we know whether they're files or metadata
Colin Walters [Sat, 15 Oct 2011 02:30:18 +0000 (22:30 -0400)]
Store objects with an extension so we know whether they're files or metadata

14 years agofsck: Not an error to have 1-linked objects, also print HEAD
Colin Walters [Sat, 15 Oct 2011 02:08:33 +0000 (22:08 -0400)]
fsck: Not an error to have 1-linked objects, also print HEAD

14 years agorepo: Add API to load variants, and get HEAD
Colin Walters [Sat, 15 Oct 2011 02:09:44 +0000 (22:09 -0400)]
repo: Add API to load variants, and get HEAD

14 years agorepo: Ignore importing existing variants
Colin Walters [Sat, 15 Oct 2011 02:07:58 +0000 (22:07 -0400)]
repo: Ignore importing existing variants

It's not an error to duplicate a tree.

14 years agoAdd probably working commits
Colin Walters [Thu, 13 Oct 2011 21:11:01 +0000 (17:11 -0400)]
Add probably working commits

14 years agotests: Support saving temporary directory
Colin Walters [Sat, 15 Oct 2011 01:08:09 +0000 (21:08 -0400)]
tests: Support saving temporary directory

14 years agoAdd test for --repo
Colin Walters [Sat, 15 Oct 2011 00:41:57 +0000 (20:41 -0400)]
Add test for --repo

14 years agoTODO: We have a test!
Colin Walters [Wed, 12 Oct 2011 21:01:25 +0000 (17:01 -0400)]
TODO: We have a test!

14 years agoAdd a COPYING, and put GPL headers in more places
Colin Walters [Wed, 12 Oct 2011 20:50:55 +0000 (16:50 -0400)]
Add a COPYING, and put GPL headers in more places

14 years agoInitial test suite
Colin Walters [Wed, 12 Oct 2011 20:46:23 +0000 (16:46 -0400)]
Initial test suite

14 years agoTODO
Colin Walters [Wed, 12 Oct 2011 20:44:38 +0000 (16:44 -0400)]
TODO

14 years agofsck: Add quiet option
Colin Walters [Wed, 12 Oct 2011 20:43:52 +0000 (16:43 -0400)]
fsck: Add quiet option

14 years agoFix option processing, add some options to link-file
Colin Walters [Wed, 12 Oct 2011 17:45:19 +0000 (13:45 -0400)]
Fix option processing, add some options to link-file

14 years agoDon't include any timestamps in hash, add fsck command
Colin Walters [Wed, 12 Oct 2011 15:38:41 +0000 (11:38 -0400)]
Don't include any timestamps in hash, add fsck command

14 years agoMake link-file work
Colin Walters [Wed, 12 Oct 2011 02:05:16 +0000 (22:05 -0400)]
Make link-file work

14 years agoWrite some code for importing
Colin Walters [Wed, 12 Oct 2011 00:58:50 +0000 (20:58 -0400)]
Write some code for importing

14 years agoSwitch to GLib
Colin Walters [Tue, 11 Oct 2011 18:26:48 +0000 (14:26 -0400)]
Switch to GLib

14 years agoRename from gbuild to hacktree
Colin Walters [Mon, 10 Oct 2011 22:46:57 +0000 (18:46 -0400)]
Rename from gbuild to hacktree

14 years agoDESIGN: Let's use our own kernels
Colin Walters [Mon, 10 Oct 2011 22:39:06 +0000 (18:39 -0400)]
DESIGN: Let's use our own kernels

14 years agoDESIGN: Answer who this is for
Colin Walters [Mon, 10 Oct 2011 13:47:21 +0000 (09:47 -0400)]
DESIGN: Answer who this is for

14 years agoDESIGN: More explanation of problem
Colin Walters [Sun, 9 Oct 2011 22:52:26 +0000 (18:52 -0400)]
DESIGN: More explanation of problem

Initial thoughts on booting details.

14 years agoAdd DOAP file
Colin Walters [Sun, 9 Oct 2011 21:05:18 +0000 (17:05 -0400)]
Add DOAP file

14 years agoInitial commit
Colin Walters [Sun, 9 Oct 2011 21:03:08 +0000 (17:03 -0400)]
Initial commit